projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f2225
)
; Clarify comment added in previous commit.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 21 Dec 2015 18:07:55 +0000
(20:07 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 21 Dec 2015 18:07:55 +0000
(20:07 +0200)
src/emacs-module.c
patch
|
blob
|
history
diff --git
a/src/emacs-module.c
b/src/emacs-module.c
index def77e3570a387c53fc133675a0d5231407e6b2a..881ee3119de5a4bcf781a81f93092e0d5a874e5d 100644
(file)
--- a/
src/emacs-module.c
+++ b/
src/emacs-module.c
@@
-121,7
+121,7
@@
static emacs_value const module_nil = 0;
/* Convenience macros for non-local exit handling. */
/* FIXME: The following implementation for non-local exit handling
- does not
work with stack overflow detection
. */
+ does not
support recovery from stack overflow, see sysdep.c
. */
/* Emacs uses setjmp and longjmp for non-local exits, but
module frames cannot be skipped because they are in general